Produced by Araxis Merge on 2021-05-13 09:08:39 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc | di.xml | 2020-08-10 10:24:48 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/code/Mageplaza/LayeredNavigation/etc | di.xml | 2020-08-10 10:24:48 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 532 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | 1 | <?xml | |||
| 2 | version="1.0" | 2 | version="1.0" | |||
| 3 | ?> | 3 | ?> | |||
| 4 | <!-- | 4 | <!-- | |||
| 5 | /** | 5 | /** | |||
| 6 | * Mageplaza | 6 | * Mageplaza | |||
| 7 | * | 7 | * | |||
| 8 | * NOTICE OF LICENSE | 8 | * NOTICE OF LICENSE | |||
| 9 | * | 9 | * | |||
| 10 | * This source file is subject to the Mageplaza.com license that is | 10 | * This source file is subject to the Mageplaza.com license that is | |||
| 11 | * available through the world-wide-web at this URL: | 11 | * available through the world-wide-web at this URL: | |||
| 12 | * https://www.mageplaza.com/LICENSE.txt | 12 | * https://www.mageplaza.com/LICENSE.txt | |||
| 13 | * | 13 | * | |||
| 14 | * DISCLAIMER | 14 | * DISCLAIMER | |||
| 15 | * | 15 | * | |||
| 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 17 | * version in the future. | 17 | * version in the future. | |||
| 18 | * | 18 | * | |||
| 19 | * @category Mageplaza | 19 | * @category Mageplaza | |||
| 20 | * @package Mageplaza_LayeredNavigation | 20 | * @package Mageplaza_LayeredNavigation | |||
| 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | 21 | * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/) | |||
| 22 | * @license https://www.mageplaza.com/LICENSE.txt | 22 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 23 | */ | 23 | */ | |||
| 24 | --> | 24 | --> | |||
| 25 | <config | 25 | <config | |||
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||
| 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd" | 27 | xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd" | |||
| 28 | > | 28 | > | |||
| 29 | 29 | |||||
| 30 | <virtualType | 30 | <virtualType | |||
| 31 | name="categoryFilterList" | 31 | name="categoryFilterList" | |||
| 32 | type="Magento\Catalog\Model\Layer\FilterList" | 32 | type="Magento\Catalog\Model\Layer\FilterList" | |||
| 33 | > | 33 | > | |||
| 34 | 34 | |||||
| 35 | <arguments> | 35 | <arguments> | |||
| 36 | 36 | |||||
| 37 | <argument | 37 | <argument | |||
| 38 | name="filters" | 38 | name="filters" | |||
| 39 | xsi:type="array" | 39 | xsi:type="array" | |||
| 40 | > | 40 | > | |||
| 41 | 41 | |||||
| 42 | <item | 42 | <item | |||
| 43 | name="attribute" | 43 | name="attribute" | |||
| 44 | xsi:type="string" | 44 | xsi:type="string" | |||
| 45 | > | 45 | > | |||
| 46 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | 46 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | |||
| 47 | </item> | 47 | </item> | |||
| 48 | 48 | |||||
| 49 | <item | 49 | <item | |||
| 50 | name="price" | 50 | name="price" | |||
| 51 | xsi:type="string" | 51 | xsi:type="string" | |||
| 52 | > | 52 | > | |||
| 53 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | 53 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | |||
| 54 | </item> | 54 | </item> | |||
| 55 | 55 | |||||
| 56 | <item | 56 | <item | |||
| 57 | name="category" | 57 | name="category" | |||
| 58 | xsi:type="string" | 58 | xsi:type="string" | |||
| 59 | > | 59 | > | |||
| 60 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | 60 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | |||
| 61 | </item> | 61 | </item> | |||
| 62 | 62 | |||||
| 63 | </argument> | 63 | </argument> | |||
| 64 | 64 | |||||
| 65 | </arguments> | 65 | </arguments> | |||
| 66 | 66 | |||||
| 67 | </virtualType> | 67 | </virtualType> | |||
| 68 | 68 | |||||
| 69 | <virtualType | 69 | <virtualType | |||
| 70 | name="searchFilterList" | 70 | name="searchFilterList" | |||
| 71 | type="Magento\Catalog\Model\Layer\FilterList" | 71 | type="Magento\Catalog\Model\Layer\FilterList" | |||
| 72 | > | 72 | > | |||
| 73 | 73 | |||||
| 74 | <arguments> | 74 | <arguments> | |||
| 75 | 75 | |||||
| 76 | <argument | 76 | <argument | |||
| 77 | name="filters" | 77 | name="filters" | |||
| 78 | xsi:type="array" | 78 | xsi:type="array" | |||
| 79 | > | 79 | > | |||
| 80 | 80 | |||||
| 81 | <item | 81 | <item | |||
| 82 | name="attribute" | 82 | name="attribute" | |||
| 83 | xsi:type="string" | 83 | xsi:type="string" | |||
| 84 | > | 84 | > | |||
| 85 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | 85 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Attribute | |||
| 86 | </item> | 86 | </item> | |||
| 87 | 87 | |||||
| 88 | <item | 88 | <item | |||
| 89 | name="price" | 89 | name="price" | |||
| 90 | xsi:type="string" | 90 | xsi:type="string" | |||
| 91 | > | 91 | > | |||
| 92 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | 92 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Price | |||
| 93 | </item> | 93 | </item> | |||
| 94 | 94 | |||||
| 95 | <item | 95 | <item | |||
| 96 | name="category" | 96 | name="category" | |||
| 97 | xsi:type="string" | 97 | xsi:type="string" | |||
| 98 | > | 98 | > | |||
| 99 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | 99 | Mageplaza\LayeredNavigation\Model\Layer\Filter\Category | |||
| 100 | </item> | 100 | </item> | |||
| 101 | 101 | |||||
| 102 | </argument> | 102 | </argument> | |||
| 103 | 103 | |||||
| 104 | </arguments> | 104 | </arguments> | |||
| 105 | 105 | |||||
| 106 | </virtualType> | 106 | </virtualType> | |||
| 107 | 107 | |||||
| 108 | <virtualType | 108 | <virtualType | |||
| 109 | name="elasticsearchLayerCategoryItemCollectionProvider" | 109 | name="elasticsearchLayerCategoryItemCollectionProvider" | |||
| 110 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | 110 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | |||
| 111 | > | 111 | > | |||
| 112 | 112 | |||||
| 113 | <arguments> | 113 | <arguments> | |||
| 114 | 114 | |||||
| 115 | <argument | 115 | <argument | |||
| 116 | name="factories" | 116 | name="factories" | |||
| 117 | xsi:type="array" | 117 | xsi:type="array" | |||
| 118 | > | 118 | > | |||
| 119 | 119 | |||||
| 120 | <item | 120 | <item | |||
| 121 | name="elasticsearch7" | 121 | name="elasticsearch7" | |||
| 122 | xsi:type="object" | 122 | xsi:type="object" | |||
| 123 | > | 123 | > | |||
| 124 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | 124 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||
| 125 | </item> | 125 | </item> | |||
| 126 | 126 | |||||
| 127 | </argument> | 127 | </argument> | |||
| 128 | 128 | |||||
| 129 | </arguments> | 129 | </arguments> | |||
| 130 | 130 | |||||
| 131 | </virtualType> | 131 | </virtualType> | |||
| 132 | 132 | |||||
| 133 | <virtualType | 133 | <virtualType | |||
| 134 | name="elasticsearchLayerSearchItemCollectionProvider" | 134 | name="elasticsearchLayerSearchItemCollectionProvider" | |||
| 135 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | 135 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | |||
| 136 | > | 136 | > | |||
| 137 | 137 | |||||
| 138 | <arguments> | 138 | <arguments> | |||
| 139 | 139 | |||||
| 140 | <argument | 140 | <argument | |||
| 141 | name="factories" | 141 | name="factories" | |||
| 142 | xsi:type="array" | 142 | xsi:type="array" | |||
| 143 | > | 143 | > | |||
| 144 | 144 | |||||
| 145 | <item | 145 | <item | |||
| 146 | name="elasticsearch7" | 146 | name="elasticsearch7" | |||
| 147 | xsi:type="object" | 147 | xsi:type="object" | |||
| 148 | > | 148 | > | |||
| 149 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | 149 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||
| 150 | </item> | 150 | </item> | |||
| 151 | 151 | |||||
| 152 | </argument> | 152 | </argument> | |||
| 153 | 153 | |||||
| 154 | </arguments> | 154 | </arguments> | |||
| 155 | 155 | |||||
| 156 | </virtualType> | 156 | </virtualType> | |||
| 157 | 157 | |||||
| 158 | <virtualType | 158 | <virtualType | |||
| 159 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory" | 159 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\CollectionFactory" | |||
| 160 | type="Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" | 160 | type="Magento\Catalog\Model\ResourceModel\Product\CollectionFactory" | |||
| 161 | > | 161 | > | |||
| 162 | 162 | |||||
| 163 | <arguments> | 163 | <arguments> | |||
| 164 | 164 | |||||
| 165 | <argument | 165 | <argument | |||
| 166 | name="instanceName" | 166 | name="instanceName" | |||
| 167 | xsi:type="string" | 167 | xsi:type="string" | |||
| 168 | > | 168 | > | |||
| 169 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection | 169 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection | |||
| 170 | </argument> | 170 | </argument> | |||
| 171 | 171 | |||||
| 172 | </arguments> | 172 | </arguments> | |||
| 173 | 173 | |||||
| 174 | </virtualType> | 174 | </virtualType> | |||
| 175 | 175 | |||||
| 176 | <virtualType | 176 | <virtualType | |||
| 177 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection" | 177 | name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\SearchCollection" | |||
| 178 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | 178 | type="Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\Collection" | |||
| 179 | > | 179 | > | |||
| 180 | 180 | |||||
| 181 | <arguments> | 181 | <arguments> | |||
| 182 | 182 | |||||
| 183 | <argument | 183 | <argument | |||
| 184 | name="searchRequestName" | 184 | name="searchRequestName" | |||
| 185 | xsi:type="string" | 185 | xsi:type="string" | |||
| 186 | > | 186 | > | |||
| 187 | quick_search_container | 187 | quick_search_container | |||
| 188 | </argument> | 188 | </argument> | |||
| 189 | 189 | |||||
| 190 | </arguments> | 190 | </arguments> | |||
| 191 | 191 | |||||
| 192 | </virtualType> | 192 | </virtualType> | |||
| 193 | 193 | |||||
| 194 | <virtualType | 194 | <virtualType | |||
| 195 | name="elasticsearchLayerCategoryItemCollectionProvider" | 195 | name="elasticsearchLayerCategoryItemCollectionProvider" | |||
| 196 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | 196 | type="Magento\Elasticsearch\Model\Layer\Category\ItemCollectionProvider" | |||
| 197 | > | 197 | > | |||
| 198 | 198 | |||||
| 199 | <arguments> | 199 | <arguments> | |||
| 200 | 200 | |||||
| 201 | <argument | 201 | <argument | |||
| 202 | name="factories" | 202 | name="factories" | |||
| 203 | xsi:type="array" | 203 | xsi:type="array" | |||
| 204 | > | 204 | > | |||
| 205 | 205 | |||||
| 206 | <item | 206 | <item | |||
| 207 | name="elasticsearch6" | 207 | name="elasticsearch6" | |||
| 208 | xsi:type="object" | 208 | xsi:type="object" | |||
| 209 | > | 209 | > | |||
| 210 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | 210 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||
| 211 | </item> | 211 | </item> | |||
| 212 | 212 | |||||
| 213 | </argument> | 213 | </argument> | |||
| 214 | 214 | |||||
| 215 | </arguments> | 215 | </arguments> | |||
| 216 | 216 | |||||
| 217 | </virtualType> | 217 | </virtualType> | |||
| 218 | 218 | |||||
| 219 | <virtualType | 219 | <virtualType | |||
| 220 | name="elasticsearchLayerSearchItemCollectionProvider" | 220 | name="elasticsearchLayerSearchItemCollectionProvider" | |||
| 221 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | 221 | type="Magento\Elasticsearch\Model\Layer\Search\ItemCollectionProvider" | |||
| 222 | > | 222 | > | |||
| 223 | 223 | |||||
| 224 | <arguments> | 224 | <arguments> | |||
| 225 | 225 | |||||
| 226 | <argument | 226 | <argument | |||
| 227 | name="factories" | 227 | name="factories" | |||
| 228 | xsi:type="array" | 228 | xsi:type="array" | |||
| 229 | > | 229 | > | |||
| 230 | 230 | |||||
| 231 | <item | 231 | <item | |||
| 232 | name="elasticsearch6" | 232 | name="elasticsearch6" | |||
| 233 | xsi:type="object" | 233 | xsi:type="object" | |||
| 234 | > | 234 | > | |||
| 235 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | 235 | Mageplaza\LayeredNavigation\Model\ResourceModel\Fulltext\CollectionFactory | |||
| 236 | </item> | 236 | </item> | |||
| 237 | 237 | |||||
| 238 | </argument> | 238 | </argument> | |||
| 239 | 239 | |||||
| 240 | </arguments> | 240 | </arguments> | |||
| 241 | 241 | |||||
| 242 | </virtualType> | 242 | </virtualType> | |||
| 243 | 243 | |||||
| 244 | 244 | |||||
| 245 | <type | 245 | <type | |||
| 246 | name="Magento\Framework\App\PageCache\Identifier" | 246 | name="Magento\Framework\App\PageCache\Identifier" | |||
| 247 | > | 247 | > | |||
| 248 | 248 | |||||
| 249 | <plugin | 249 | <plugin | |||
| 250 | name="mplayerPagecacheIdentifier" | 250 | name="mplayerPagecacheIdentifier" | |||
| 251 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\Identifier" | 251 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\Identifier" | |||
| 252 | /> | 252 | /> | |||
| 253 | 253 | |||||
| 254 | </type> | 254 | </type> | |||
| 255 | 255 | |||||
| 256 | <type | 256 | <type | |||
| 257 | name="Magento\Framework\App\PageCache\Kernel" | 257 | name="Magento\Framework\App\PageCache\Kernel" | |||
| 258 | > | 258 | > | |||
| 259 | 259 | |||||
| 260 | <plugin | 260 | <plugin | |||
| 261 | name="mplayerProcessRequest" | 261 | name="mplayerProcessRequest" | |||
| 262 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\ProcessRequest" | 262 | type="Mageplaza\LayeredNavigation\Plugin\PageCache\ProcessRequest" | |||
| 263 | /> | 263 | /> | |||
| 264 | 264 | |||||
| 265 | </type> | 265 | </type> | |||
| 266 | </config> | 266 | </config> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.